enregistrement

enregistrement

Filtres actifs Tout effacer

Aucun filtre actif

Filtres

Prix des controles techniques

Pièces jointes

Cliquez pour déplier Cliquez pour replier

Modèle de données

Cliquez pour déplier Cliquez pour replier
cct_siret
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_siret
Type
texte
Exemple
                       
cct_denomination
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_denomination
Type
texte
Exemple
                       
cct_adresse
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_adresse
Type
texte
Exemple
                       
cct_code_postal
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_code_postal
Type
texte
Exemple
                       
cct_commune
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_commune
Type
texte
Exemple
                       
code_departement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_departement
Type
texte
Exemple
                       
nom_departement
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_departement
Type
texte
Exemple
                       
code_region
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
code_region
Type
int
Exemple
                       
nom_region
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
nom_region
Type
texte
Exemple
                       
cct_tel
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_tel
Type
texte
Exemple
                       
cct_url
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_url
Type
texte
Exemple
                       
cct_update_date_time
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cct_update_date_time
Type
date
Exemple
                       
longitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
longitude
Type
décimal
Exemple
                       
latitude
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
latitude
Type
décimal
Exemple
                       
cat_vehicule_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cat_vehicule_id
Type
int
Exemple
                       
cat_vehicule_libelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cat_vehicule_libelle
Type
texte
Exemple
                       
cat_energie_id
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cat_energie_id
Type
int
Exemple
                       
cat_energie_libelle
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
cat_energie_libelle
Type
texte
Exemple
                       
prix_visite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix_visite
Type
décimal
Exemple
                       
date_application_visite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_application_visite
Type
date
Exemple
                       
prix_contre_visite_mini
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix_contre_visite_mini
Type
décimal
Exemple
                       
prix_contre_visite_maxi
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
prix_contre_visite_maxi
Type
décimal
Exemple
                       
date_application_contre_visite
               

Aucune description n'est disponible pour ce champ.

Nom (identifiant)
date_application_contre_visite
Type
date
Exemple
                       

Schéma JSON

L'objet JSON ci dessous est une description standardisée du modèle de votre jeu de données. Pour en savoir plus sur JSON schema.

{
  • "title":"prix-controle-technique",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/prix-controle-technique"
      }
    ]
    ,
  • "definitions":
    {
    • "prix-controle-technique":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/prix-controle-technique_records"
            }
          }
        }
      }
      ,
    • "prix-controle-technique_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "cct_siret":
              {
              • "type":"string",
              • "title":"cct_siret",
              • "description":""
              }
              ,
            • "cct_denomination":
              {
              • "type":"string",
              • "title":"cct_denomination",
              • "description":""
              }
              ,
            • "cct_adresse":
              {
              • "type":"string",
              • "title":"cct_adresse",
              • "description":""
              }
              ,
            • "cct_code_postal":
              {
              • "type":"string",
              • "title":"cct_code_postal",
              • "description":""
              }
              ,
            • "cct_commune":
              {
              • "type":"string",
              • "title":"cct_commune",
              • "description":""
              }
              ,
            • "code_departement":
              {
              • "type":"string",
              • "title":"code_departement",
              • "description":""
              }
              ,
            • "nom_departement":
              {
              • "type":"string",
              • "title":"nom_departement",
              • "description":""
              }
              ,
            • "code_region":
              {
              • "type":"integer",
              • "title":"code_region",
              • "description":""
              }
              ,
            • "nom_region":
              {
              • "type":"string",
              • "title":"nom_region",
              • "description":""
              }
              ,
            • "cct_tel":
              {
              • "type":"string",
              • "title":"cct_tel",
              • "description":""
              }
              ,
            • "cct_url":
              {
              • "type":"string",
              • "title":"cct_url",
              • "description":""
              }
              ,
            • "cct_update_date_time":
              {
              • "type":"string",
              • "format":"date",
              • "title":"cct_update_date_time",
              • "description":""
              }
              ,
            • "longitude":
              {
              • "type":"number",
              • "title":"longitude",
              • "description":""
              }
              ,
            • "latitude":
              {
              • "type":"number",
              • "title":"latitude",
              • "description":""
              }
              ,
            • "cat_vehicule_id":
              {
              • "type":"integer",
              • "title":"cat_vehicule_id",
              • "description":""
              }
              ,
            • "cat_vehicule_libelle":
              {
              • "type":"string",
              • "title":"cat_vehicule_libelle",
              • "description":""
              }
              ,
            • "cat_energie_id":
              {
              • "type":"integer",
              • "title":"cat_energie_id",
              • "description":""
              }
              ,
            • "cat_energie_libelle":
              {
              • "type":"string",
              • "title":"cat_energie_libelle",
              • "description":""
              }
              ,
            • "prix_visite":
              {
              • "type":"number",
              • "title":"prix_visite",
              • "description":""
              }
              ,
            • "date_application_visite":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_application_visite",
              • "description":""
              }
              ,
            • "prix_contre_visite_mini":
              {
              • "type":"number",
              • "title":"prix_contre_visite_mini",
              • "description":""
              }
              ,
            • "prix_contre_visite_maxi":
              {
              • "type":"number",
              • "title":"prix_contre_visite_maxi",
              • "description":""
              }
              ,
            • "date_application_contre_visite":
              {
              • "type":"string",
              • "format":"date",
              • "title":"date_application_contre_visite",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Jeux de données similaires